From c88a969d13b380bacdbd236f8961832f16708541 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Wed, 15 Aug 2012 15:48:15 +0800 Subject: [PATCH] Update Visual C++ 2010 project files -Turn on Whole Program Optimization for all Release builds. -Disable Incremental Linking for all Release builds. -Use MultiByte character set for all configurations for consistency. --- build/win32/vs10/gailutil.vcxproj | 8 ++++---- build/win32/vs10/gdk-win32.vcxproj | 2 ++ build/win32/vs10/gdk.vcxprojin | 6 ++++-- build/win32/vs10/gtk.vcxprojin | 8 +++++--- build/win32/vs10/libgail.vcxprojin | 5 +++-- 5 files changed, 18 insertions(+), 11 deletions(-) diff --git a/build/win32/vs10/gailutil.vcxproj b/build/win32/vs10/gailutil.vcxproj index 63aa88dbb6..3ece2a108d 100644 --- a/build/win32/vs10/gailutil.vcxproj +++ b/build/win32/vs10/gailutil.vcxproj @@ -26,16 +26,17 @@ DynamicLibrary - Unicode + MultiByte true DynamicLibrary - Unicode + MultiByte DynamicLibrary MultiByte + true DynamicLibrary @@ -62,11 +63,10 @@ - <_ProjectFileVersion>10.0.40219.1 true true false - true + false diff --git a/build/win32/vs10/gdk-win32.vcxproj b/build/win32/vs10/gdk-win32.vcxproj index 00b20c9fc1..274046dadd 100644 --- a/build/win32/vs10/gdk-win32.vcxproj +++ b/build/win32/vs10/gdk-win32.vcxproj @@ -27,6 +27,7 @@ StaticLibrary MultiByte + true StaticLibrary @@ -35,6 +36,7 @@ StaticLibrary MultiByte + true StaticLibrary diff --git a/build/win32/vs10/gdk.vcxprojin b/build/win32/vs10/gdk.vcxprojin index ae34f614e5..8823878c7f 100644 --- a/build/win32/vs10/gdk.vcxprojin +++ b/build/win32/vs10/gdk.vcxprojin @@ -27,6 +27,7 @@ DynamicLibrary MultiByte + true DynamicLibrary @@ -35,6 +36,7 @@ DynamicLibrary MultiByte + true DynamicLibrary @@ -62,9 +64,9 @@ true - true + false true - true + false diff --git a/build/win32/vs10/gtk.vcxprojin b/build/win32/vs10/gtk.vcxprojin index 6288f886c8..ae8b349683 100644 --- a/build/win32/vs10/gtk.vcxprojin +++ b/build/win32/vs10/gtk.vcxprojin @@ -1,4 +1,4 @@ - + @@ -12,10 +12,12 @@ Release Win32 + true Release x64 + true @@ -62,9 +64,9 @@ true - true + false true - true + false diff --git a/build/win32/vs10/libgail.vcxprojin b/build/win32/vs10/libgail.vcxprojin index 4ce213da65..a5fba2a495 100644 --- a/build/win32/vs10/libgail.vcxprojin +++ b/build/win32/vs10/libgail.vcxprojin @@ -26,16 +26,17 @@ StaticLibrary - Unicode + MultiByte true StaticLibrary - Unicode + MultiByte StaticLibrary MultiByte + true StaticLibrary -- 2.30.2